08. For Loops

For Loops

Project Preview: Use a for loop to create coins

Tip: For loops can be incredibly useful for doing things multiple times. For our coins requirement, we need at least 5. We can create these at run time using a for loop.